@font-face {
  font-family: 'Samsung Sharp Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Samsung Sharp Sans'), url('../font/samsungsharpsans.woff') format('woff');
}


@font-face {
  font-family: 'Samsung Sharp Sans';
  font-style: normal;
  font-weight: 500;
  src: local('Samsung Sharp Sans'), url('../font/samsungsharpsans-medium.woff') format('woff');
}


@font-face {
  font-family: 'Samsung Sharp Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Samsung Sharp Sans'), url('../font/samsungsharpsans-bold.woff') format('woff');

}

@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 200;
  src: local('Gilroy'), url('../font/Gilroy-UltraLight.otf') format('woff');
}

@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 600;
  src: local('Gilroy'), url('../font/subset-Gilroy-Semibold.woff2') format('woff');
}

@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  src: local('Gilroy'), url('../font/subset-Gilroy-Regular.woff2') format('woff');
}

@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  src: local('Gilroy'), url('../font/subset-Gilroy-Medium.woff2') format('woff');
}

@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 300;
  src: local('Gilroy'), url('../font/Gilroy-Light.otf') format('woff');
}

@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 800;
  src: local('Gilroy'), url('../font/Gilroy-Extrabold.otf') format('woff');
}

@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  src: local('Gilroy'), url('../font/subset-Gilroy-Bold.woff2') format('woff');
}

@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 900;
  src: local('Gilroy'), url('../font/Gilroy-Black.otf') format('woff');
}

body {
  background-color: #f4f5fc;
  font-family: 'Gilroy', sans-serif;
}

ul {
  padding: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

a {
  text-decoration: none;
}

.navmain {
  display: flex;
  flex-flow: column;
  position: fixed;
  background-color: transparent;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
}

.navmain.scrolled {
  background-color: #000 !important;
  transition: background-color 200ms linear;
}

.headertop {
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 20%);
}

.headertop .container {
  display: flex;
  justify-content: space-between;
}

.headertop .text span,
.headertop .media,
.medialanguage {
  display: flex;
  align-items: center;
}

.rightmenu ul li ul{
	position: absolute;
    background: #000;
    padding: 15px;
    width: 250px;
    display: none;
    left: 100%;
    z-index: 99;
    top: 0;
}

.headertop .text span a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.headertop .text span img,
.headertop .media img,
.medialanguage img {
  height: 17px;
  width: auto;
  object-fit: contain;
  margin-right: 10px;
}

.headertop .text {
  display: flex;
  justify-content: space-between;
  width: 35%;
}

.navmenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.navmenu ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.navmenu .left {
  width: 35%;
}

.navmenu .right {
  width: 35%;
  display: flex;
  justify-content: space-between;
}

.headertop .media ul,
.medialanguage ul {
  display: block;
  float: right;
  padding-right: 15px;
}

.headertop .media ul .dropli,
.medialanguage ul .dropli {
  position: relative;
}

.headertop .media ul .dropli::before,
.medialanguage ul .dropli::before {
  content: "";
  background-image: url(../img/icon/arrow-drop-down-fill.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 25px;
  width: 25px;
  position: absolute;
  bottom: 0;
  right: -20px;
}

.headertop .media ul .dropli a,
.medialanguage ul .dropli a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.headertop .media ul .dropli:hover .dropdown,
.medialanguage ul .dropli:hover .dropdown {
  display: block;
}

.headertop .media .dropdown,
.medialanguage .dropdown {
  display: none;
  background-color: rgba(0, 0, 0, 40%);
  padding: 15px;
  position: absolute;
  top: 20px;
  left: 0;
  width: 50px;
}

.headertop .media .dropdown a,
.medialanguage .dropdown a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.headertop .media .dropdown li:hover a,
.medialanguage .dropdown li:hover a {
  color: #ee1d1d;
}

.navmenu ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  transition: all 0.6s;
}

.navmenu ul li a:hover,
.navmenu ul li a:focus,
.navmenu ul li a:active {
  color: #ee1d1d;
}

.navmenu ul li .dropdown {
  display: none;
  background-color: rgba(0, 0, 0, 40%);
  padding: 15px;
  position: absolute;
  top: 22px;
  left: 0;
  width: 200px;
}

.navmenu ul .dropli {
  position: relative;
}

.navmenu ul .dropli:hover .dropdown {
  display: block;
}

.navmenu ul .dropli::before {
  content: "";
  background-image: url(../img/icon/arrow-drop-down-linecopy.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 25px;
  width: 25px;
  position: absolute;
  bottom: 3px;
  right: -20px;
}

.navmenu .navlogo {
  position: absolute;
  top: 0;
  left: 42%;
  display: flex;
  justify-content: center;
  z-index: 1;
}

.navmenu .navlogo img {
  height: auto;
  width: 40%;
  object-fit: contain;
  max-height: 234px;
}

.leftmain {
  display: none;
}

.section-banner .maske {
  background-color: rgba(0, 0, 0, 30%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.section-banner::after {
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(86deg, rgba(0, 0, 0, 0.7399334733893557) 20%, rgba(0, 0, 0, 0) 78%);
  width: 80%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.section-banner::after {
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7399334733893557) 20%, rgba(0, 0, 0, 0) 78%);
  width: 100%;
  height: 80%;
  position: absolute;
  left: 0;
  top: 0;
}

.section-banner {
  display: flex;
  height: 700px;
  width: 100%;
  background-image: url(../img/Clip.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}

.section-banner .text {
  position: relative;
  z-index: 2;
}

.section-banner .text span {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}

.section-banner .text span b {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.section-banner .text h1 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}

.section-banner .text h1 b {
  font-size: 50px;
  font-weight: 700;
  color: #ee1d1d;
}

.section-banner .text p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  width: 60%;
  margin-top: 30px;
}

.section-banner .text .buton {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #ee1d1d;
  border-radius: 50px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
}

.section-banner .text .buton:hover {
  background-color: #860000;
}

.section-banner .text .buton img {
  height: 5px;
  width: auto;
  object-fit: contain;
  margin-left: 20px;
  transform: rotate(-90deg);
}

.section-banner .items {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 25px;
}

.section-banner .items .item {
  display: flex;
  align-items: center;
  height: 100%;
}

.section-banner .items .item span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  min-width: 50px;
  min-height: 50px;
  background-color: rgba(255, 255, 255, 20%);
  border-radius: 10px;
  margin-right: 15px;
}

.section-banner .items .item span img {
  height: 25px;
  width: 25px;
  object-fit: contain;
}

.section-banner .items .item div {
  display: flex;
  flex-flow: column;
}

.section-banner .items .item div h6 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

.section-banner .items .item div p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 50%);
  margin-bottom: 0;
}

.section-banner .items .line {
  width: 100%;
  height: 3px;
  margin: 10px 0;
  background-color: rgba(255, 255, 255, 50%);
  position: relative;
}

.section-banner .items .line .linebg {
  height: 4px;
  width: 0;
  margin: 10px 0;
  background-color: rgba(255, 255, 255, 100%);
  position: absolute;
  top: -11px;
  transition: 1s;
}

.section-banner .items .col-md-3:hover .linebg {
  width: 60%;
}

.sectionabout {
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #fff;
  position: relative;
}

.sectionabout .text {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.sectionabout .text img {
  height: 56px;
  width: auto;
  object-fit: contain;
  margin-top: 70px;
}

.sectionabout .text h1 {
  font-size: 50px;
  color: #151515;
  margin-top: 30px;
  font-weight: normal;
  margin-bottom: 35px;
  line-height: 50px;
}

.sectionabout .text p {
  font-size: 18px;
  font-weight: 400;
  max-width: 670px;
  color: #3a3c4171;
}

.sectionabout .image {
  width: 100%;
  height: 100%;
  position: relative;
}

.sectionabout .image::after {
  content: "";
  height: 40%;
  width: 100%;
  background: linear-gradient(to bottom,
      rgba(244, 244, 244, 0) 0%,
      rgba(235, 237, 247, 0.96) 68%,
      rgba(235, 237, 247, 1) 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.sectionabout::after {
  content: "";
  height: 80%;
  width: 100%;
  background: linear-gradient(to bottom,
      rgba(244, 244, 244, 0) 0%,
      rgba(235, 237, 247, 0.96) 68%,
      rgba(235, 237, 247, 1) 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.8;
}

.sectionabout .image img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  object-fit: contain;
}

.sectionabout .items {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  padding-bottom: 50px;
}

.sectionabout .items .item {
  float: left;
  width: 100%;
}

.sectionabout .items .item span {
  float: left;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ee1d1d;
  border-radius: 8px;
  box-shadow: -2px 2px 14px #ee1d1d;
  margin-right: 20px;
}

.sectionabout .items .item span img {
  height: 20px;
  width: auto;
  object-fit: contain;
}

.sectionabout .items .item div {
  display: flex;
  flex-flow: column;
}

.sectionabout .items .item div h6 {
  font-size: 21px;
  font-weight: 600;
  color: #151515;
  margin-bottom: 5px;
}

.sectionabout .items .item div p {
  font-size: 16px;
  font-weight: 300;
  color: #0a0d2a;
  margin-bottom: 0;
  width: 80%;
  line-height: 19px;
}

.sectionone {
  margin-top: 70px;
  display: flex;
  border-radius: 8px;
}

.sectionone .text {
  width: 50%;
  height: 100%;
  display: flex;
  flex-flow: column;
  position: relative;
  justify-content: center;
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
  min-height: 300px;
}

.sectionone .text .baslik h1 {
  font-size: 45px;
  font-weight: 500;
  color: #363643;
}

.sectionone .text .baslik h1 span {
  font-size: 45px;
  font-weight: 500;
  color: #ee1d1d;
}

.sectionone .text .bigbaslik h1 {
  font-size: 85px;
  font-weight: 500;
  color: rgba(54, 54, 67, 0.1);
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

.sectionone .text .bigbaslik {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
}

.sectionone .text p {
  font-size: 17px;
  font-weight: 400;
  color: #041424;
  line-height: 24px;
}

.sectionone .text a {
  font-size: 16px;
  font-weight: 500;
  color: #717c91;
  position: relative;
  width: fit-content;
}

.sectionone .text a::after {
  content: "";
  background-image: url(../img/icon/Path20067.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 8px;
  width: 8px;
  position: absolute;
  right: -15px;
  bottom: 7px;
}

.sectionone .image {
  width: 50%;
  height: auto;
  display: flex;
  flex-flow: column;
  border-radius: 0 8px 8px 0;
  position: relative;
}

.sectionone .image::before {
  content: "";
  background: #041424;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

.sectionone .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 8px 8px 0;
}

.sectionone .text .line {
  width: 100%;
  height: 10px;
  background-color: #151515;
  border-radius: 0 0 0 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sectionone .image .line {
  width: 100%;
  height: 10px;
  background-color: #ee1d1d;
  border-radius: 0 0 8px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sectionajans {
  margin-top: 70px;
}

.sectionajans .baslik {
  text-align: center;
}

.sectionajans .baslik h1 {
  font-size: 34px;
  font-weight: 600;
  color: #2a2f3c;
  margin-bottom: 0px;
}

.sectionajans .baslik span {
  font-size: 22px;
  font-weight: 600;
  color: #2a2f3c;
}

.sectionajans .items {
  display: flex;
  margin-top: 40px;
}

.sectionajans .left {
  width: 25%;
  height: 400px;
}

.sectionajans .center {
  width: 50%;
  height: 400px;
}

.sectionajans .right {
  width: 25%;
  height: 400px;
}

.sectionajans .center .item {
  height: 50%;
}

.sectionajans .left .item,
.sectionajans .right .item {
  height: 100%;
}

.sectionajans .left .item .resim,
.sectionajans .center .item .resim,
.sectionajans .right .item .resim {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.sectionajans .items .item {
  position: relative;
  transition: all 0.7s;
}

.sectionajans .items .item .text {
  position: absolute;
  bottom: 5%;
  left: 5%;
  z-index: 1;
  width: 90%;
}

.sectionajans .items .center .item .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sectionajans .items .center .item .text h6 {
  width: 70%;
}

.sectionajans .items .item .date {
  position: absolute;
  top: 5%;
  left: 5%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 50%);
  z-index: 1;
}

.sectionajans .items .item .date img {
  height: 15px;
  width: auto;
  object-fit: contain;
  margin-right: 10px;
}

.sectionajans .items .item .text h6 {
  font-size: 19px;
  line-height: 23px;
  font-weight: 600;
  color: #fff;
}

.sectionajans .items .item .text span {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  position: relative;
  width: fit-content;
  height: fit-content;
  margin-right: 15px;
}

.sectionajans .items .item .text span::after {
  content: "";
  background-image: url(../img/icon/arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 10px;
  width: 10px;
  position: absolute;
  right: -20px;
  bottom: 5px;
}

.sectionajans .items .item::after {
  content: "";
  background-color: rgba(0, 0, 0, 59%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.7s;
}

.sectionajans .items .item:hover::after {
  background-color: rgba(238, 29, 29, 69%);
}

.sectionajans .items .item:hover {
  transform: scale(1, 1.05);
}

.sectionfoter {
  margin-top: 100px;
  background-color: #242527;
  position: relative;
  float: left;
  width: 100%;
}

.sectionfoter .foterheader {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ee1d1d;
  margin-top: -40px;
  float: left;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}

.sectionfoter .foterheader::before {
  content: "";
  background-color: #ee1d1d;
  height: 80px;
  position: absolute;
  left: -100vh;
  top: 0;
  width: 100vh;
}

.sectionfoter .foterheader .logo img {
  height: 40px;
  width: auto;
  object-fit: contain;
}

.sectionfoter .foterheader .tel {
  display: flex;
  border-left: 1px solid rgba(255, 255, 255, 20%);
  height: 100%;
  align-items: center;
  padding-left: 20px;
}

.sectionfoter .foterheader .tel span {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 10px;
}

.sectionfoter .foterheader .tel span img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.sectionfoter .foterheader .tel .text {
  display: flex;
  flex-flow: column;
  padding: 0 20px;
}

.sectionfoter .foterheader .tel .text h6 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

.sectionfoter .foterheader .tel .text h1 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

.sectionfoter .foterbody {
  margin-bottom: 40px;
}

.sectionfoter .foterbody h1 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.sectionfoter .foterbody ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: all 0.6s;
}

.sectionfoter .foterbody ul li a:hover {
  color: #ee1d1d;
}

.sectionfoter .foterbody ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.sectionfoter .foterbody ul li::before {
  content: "";
  height: 5px;
  width: 5px;
  background-color: #6c727e;
  display: inline-flex;
  margin-right: 10px;
}

.sectionfoter .foterbody .iletisim div {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.sectionfoter .foterbody .iletisim div img {
  height: 18px;
  width: 18px;
  object-fit: contain;
  margin-right: 10px;
}

.sectionfoter .foterbody .iletisim div span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.sectionfoter .foterdown {
  border-top: 1px solid rgba(230, 231, 240, 20%);
	min-height:505px;
}

.sectionfoter .foterdown .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.sectionfoter .foterdown .link {
  display: flex;
  background-color: #fff;
  border-radius: 2px;
}

.sectionfoter .foterdown .link .item a {
  display: flex;
  align-items: center;
  padding: 20px;
  border-right: 1px solid #d8dae6;
}

.sectionfoter .foterdown .link .item:last-child a {
  border: none;
}

.sectionfoter .foterdown .link .item a h6 {
  font-size: 16px;
  font-weight: 400;
  color: #788094;
  margin-bottom: 0;
  position: relative;
  margin-right: 30px;
}

.sectionfoter .foterdown .link .item a img {
  height: 15px;
  width: auto;
  object-fit: contain;
  margin-right: 10px;
}

.sectionfoter .foterdown .link .item a h6::after {
  content: "";
  background-image: url(../img/icon/Path20067.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 8px;
  width: 8px;
  position: absolute;
  right: -30px;
  bottom: 5px;
}


.sectionfoter .foterdown .media a span {
  border-radius: 2px;
  width: 50px;
  height: 50px;
  float: left;
  margin-left: 15px;
  background-color: #fff;
  text-align: center;
  line-height: 44px;
}

.sectionfoter .foterdown .media a span img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}

.sectionfoter .copyright {
  padding: 15px 0;
  background-color: #1b1b1d;
}

.sectionfoter .copyright .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.sectionfoter .copyright span {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.sectionfoter .copyright ul {
  display: flex;
  padding: 0;
  margin: 0;
}

.sectionfoter .copyright ul li a {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  margin-left: 20px;
}

.sayfa-banner {
  display: flex;
  height: 400px;
  width: 100%;
  justify-content: center;
  align-items: end;
  position: relative;
  z-index: 0;
}

.sayfa-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.sayfa-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 60%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.sayfa-banner .text {
  position: relative;
  width: 33%;
  border: 1px solid #fff;
  margin-bottom: 20px;
  padding: 20px;
  border-top: none;
  text-align: center;
  z-index: 1;
}

.sayfa-banner .text .baslik {
  background-color: transparent;
  position: absolute;
  top: -18%;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
}

.sayfa-banner .text .baslik::after {
  content: "";
  width: 100%;
  height: 0px;
  border-top: 0.5px solid #fff;
  display: inline-flex;
  margin-left: 20px;
}

.sayfa-banner .text .baslik::before {
  content: "";
  width: 100%;
  height: 0px;
  border-top: 0.5px solid #fff;
  display: flex;
  margin-right: 20px;
}

.sayfa-banner .text .baslik div {
  display: contents;
  flex-flow: wrap;
  font-size: 34px;
  font-weight: 400;
  color: #fff;
}

.sayfa-banner .text .baslik div b {
  font-size: 34px;
  font-weight: 600;
  color: #ee1d1d;
}

.sayfa-banner .text p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding-top: 10px;
}

.kurumsalone {
  margin-top: 70px;
}

.kurumsalone .row .col-md-9 {
  display: flex;
  justify-content: space-between;
}

.kurumsalone .text {
  display: flex;
  flex-flow: column;
  width: 80%;
}

.kurumsalone .text .baslik {
  display: flex;
  margin-bottom: 30px;
}

.kurumsalone .text .baslik span {
  border-radius: 10px;
  background-color: rgba(238, 29, 29, 10%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 55px;
  margin-right: 20px;
}

.kurumsalone .text .baslik span img {
  height: 30px;
  width: 30px;
  object-fit: contain;
}

.kurumsalone .text .baslik h1 {
  font-size: 26px;
  font-weight: 700;
  color: #151515;
  margin-bottom: 0;
}

.kurumsalone .text .baslik p {
  font-size: 18px;
  font-weight: 400;
  color: #151515;
  margin-bottom: 0;
}

.kurumsalone .text>p {
  font-size: 18px;
  font-weight: 400;
  color: #151515;
}

.kurumsalone .text>h2 {
  font-size: 22px;
  font-weight: 600;
  color: #151515;
}

.kurumsalone .referance {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  width: 10%;
  padding: 0 10px;
}

.kurumsalone .referance img {
  height: auto;
  width: 100%;
  object-fit: contain;
}

.sayfa-banner .kapsaseeall {
  position: absolute;
  top: 100%;
  right: 11.1%;
  width: 15%;
}

.sayfa-banner .SeeAll {
  width: 100% !important;
  height: 500px;
  display: flex;
  flex-flow: column;
  border-radius: 0 0 40px 40px;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: end;
  padding-bottom: 40px;
}

.sayfa-banner .SeeAll .bgimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.sayfa-banner .SeeAll::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 60%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.sayfa-banner .SeeAll .line {
  height: 200px;
  width: 2px;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%);
  position: inherit;
  z-index: 1;
}

.sayfa-banner .SeeAll span {
  border-radius: 100%;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  background-color: #fff;
  position: inherit;
  z-index: 1;
}

.sayfa-banner .SeeAll span img {
  height: 7px;
  width: auto;
  object-fit: contain;
  position: inherit;
}

.sayfa-banner .SeeAll h4 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  position: inherit;
  z-index: 1;
}

.sayfa-banner .SeeAll p {
  font-size: 10px;
  font-weight: 400;
  color: #717c91;
  position: inherit;
  z-index: 1;
}

.kurumsaltwo {
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  overflow: auto;
  width: 100%;
  padding-right: 25px;
}

.kurumsaltwo::-webkit-scrollbar {
  width: 4px;
}

.kurumsaltwo::-webkit-scrollbar-track {
  padding: 20px 0;
}

.kurumsaltwo::-webkit-scrollbar-track {
  background: #E6E4EF;
  border-radius: 10px;
}

.kurumsaltwo::-webkit-scrollbar-thumb {
  background: #ee1d1d;
  border-radius: 10px;
}

.kurumsaltwo::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.kurumsaltwo h1 {
  font-size: 32px;
  font-weight: 600;
  color: #2b3339;
}

.kurumsaltwo h1 b {
  font-size: 32px;
  font-weight: 600;
  color: #ee1d1d;
}

.kurumsaltwo p {
  font-size: 16px;
  font-weight: 400;
  color: #2b3339;
}

.kurumsalthree {
  margin-top: 50px;
  padding-top: 20px;
  overflow: hidden;
}

.kurumsalthree .baslik {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
}

.kurumsalthree .baslik .logo {
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ee1d1d;
  border-radius: 8px;
  box-shadow: -3px 9px 18px #ee1d1d;
  padding: 17px;
}

.kurumsalthree .baslik .logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.kurumsalthree .baslik h1 b {
  font-size: 40px;
  font-weight: 600;
  color: #ee1d1d;
}

.kurumsalthree .baslik h1 {
  font-size: 40px;
  font-weight: 400;
  color: #151515;
  margin-top: 30px;
}

.kurumsalthree .baslik h6 {
  font-size: 14px;
  font-weight: 300;
  color: #0a0d2a;
}

.kurumsalthree .mySwiper {
  margin-top: 50px;
}

.kurumsalthree .mySwiper {
  width: calc(100% + 200px);
  margin-left: -100px;
}

.kurumsalthree .mySwiper .swiper-slide {
  background-color: #fff;
  border-radius: 8px;
  height: 80px;
  width: auto;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kurumsalthree .mySwiper .swiper-slide img {
  height: 50px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.kurumsalthree .mySwiper {
  height: 150px;
}

.kurumsalthree .mySwiper .swiper-pagination-bullet-active {
  background-color: #ee1d1d;
  width: 20px !important;
}

.kurumsalthree .mySwiper .swiper-pagination-bullet {
  background-color: #ee1d1d;
  width: 10px;
  border-radius: 4px;
  transition: all 0.6s;
}

.kurumsalthree .swiper-horizontal>.swiper-pagination-bullets,
.kurumsalthree .swiper-pagination-bullets.swiper-pagination-horizontal,
.kurumsalthree .swiper-pagination-custom,
.kurumsalthree .swiper-pagination-fraction {
  bottom: 10px;
}

.sayfalar-banner {
  display: flex;
  height: 300px;
  width: 100%;
  justify-content: center;
  align-items: end;
  position: relative;
  z-index: 0;
  background-color: rgba(4, 20, 36, 90%);
}

.sayfalar-banner::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.sayfalar-banner .text {
  position: relative;
  width: 33%;
  border: 1px solid #fff;
  margin-bottom: 20px;
  padding: 20px;
  border-top: none;
  text-align: center;
  z-index: 1;
}

.sayfalar-banner .text .baslik {
  background-color: transparent;
  position: absolute;
  top: -63%;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  white-space: nowrap;
}

.sayfalar-banner .text .baslik::after {
  content: "";
  width: 100%;
  height: 0px;
  border-top: 0.5px solid #fff;
  display: inline-flex;
  margin-left: 20px;
}

.sayfalar-banner .text .baslik::before {
  content: "";
  width: 100%;
  height: 0px;
  border-top: 0.5px solid #fff;
  display: flex;
  margin-right: 20px;
}

.sayfalar-banner .text .baslik div {
  display: contents;
  flex-flow: wrap;
  font-family: 'Samsung Sharp Sans';
  font-size: 34px;
  font-weight: normal;
  color: #fff;
}

.sayfalar-banner .text .baslik div b {
  font-size: 34px;
  font-weight: bold;
  color: #ee1d1d;
  white-space: nowrap;
}

.kurumsaltwo.text-center {
  height: auto !important;
  margin-top: 40px;
  padding: 25px 40px;
}

.kurumsaltwo.text-center p {
  margin-top: 20px;
  font-size: 17px;
}

.projeler {
  margin-top: 70px;
  position: relative;
}

.projeler .text {
  text-align: center;
}

.projeler .text h1 {
  font-size: 70px;
  font-weight: 600;
  color: #151515;
}

.projeler .text h1 b {
  font-size: 70px;
  font-weight: 600;
  color: #EE1D1D;
}

.projeler .text p {
  font-size: 20px;
  max-width: 380px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  font-weight: 400;
  color: #151515;
  margin-top: 30px;
}

.projeler .text .butons {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.projeler .text .butons a {
  display: flex;
  width: auto;
}

.projeler .text .butons span hr {
  width: 10px;
  height: 1px;
  opacity: 1;
  color: rgba(21, 21, 21, 50%);
}

.projeler .text .buton {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid rgba(21, 21, 21, 50%);
  border-radius: 38px;
  font-size: 18px;
  font-weight: 600;
  color: #151515;
  transition: all 0.6s;
}

.projeler .text .buton:hover {
  border-color: #c70909;
}

.projeler .text .buton img {
  height: 10px;
  width: auto;
  object-fit: contain;
}

.projeler .container .col-md-5 {
  display: flex;
  align-items: center;
}

.projeler::after {
  content: "";
  background-image: url(../img/Path20496.png);
  width: 100%;
  height: 90%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -15%;
  top: 10%;
  z-index: -1;
}

.projeler .item {
  width: 100%;
  height: 400px;
  border-radius: 50px 20px 20px 20px;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

.projeler .col-md-6.nth2 .item {
  border-radius: 20px 50px 20px 20px;
}

.projeler .col-md-6.nth3 .item {
  border-radius: 20px 20px 20px 50px;
}

.projeler .col-md-6.nth4 .item {
  border-radius: 20px 20px 50px 20px;

}

.projeler .item>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projeler .item .text {
  position: absolute;
  bottom: 15px;
  left: 15px;
  text-align: left;
  z-index: 1;
}

.projeler .item .bilgi {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.projeler .item .text h1 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 0;
}

.projeler .item .text p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  width: 95%;
  text-align: left;
  margin-top: 10px;
  max-width: 95%;
}

.projeler .item::after {
  content: "";
  background-color: rgba(21, 21, 21, 50%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.iletisimone {
  margin-top: 70px;
}

.iletisimone .form {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  border-radius: 10px;
  background-color: #fff;
}

.iletisimone .form .title {
  background-color: #EE1D1D;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: flex;
  width: 100%;
  padding: 10px 10px 10px 20px;
  border-radius: 10px 10px 0 0;
}

.iletisimone .form .body {
  padding: 20px;
}

.iletisimone .form .body .row .col-12,
.iletisimone .form .body .row .col-6 {
  display: flex;
  flex-flow: column;
  margin-top: 10px;
}

.iletisimone .form .body label {
  font-size: 16px;
  font-weight: 500;
  color: #0A0D2A;
}

.iletisimone .form .body input {
  width: 100%;
  border: 1px solid #D0D8E8;
  border-radius: 10px;
  padding: 10px 10px 10px 30px;
  font-size: 16px;
  font-weight: 400;
  color: #EE1D1D;
  margin-top: 10px;
}

.iletisimone .form .body textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #D0D8E8;
  border-radius: 10px;
  padding: 10px 10px 10px 30px;
  font-size: 16px;
  font-weight: 400;
  color: #EE1D1D;
  margin-top: 10px;
}

.iletisimone .form .body input:focus,
.iletisimone .form .body textarea:focus {
  border-color: #EE1D1D;
}

.iletisimone .form .body input::placeholder,
.iletisimone .form .body textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #D0D8E8;
}

.iletisimone .form .body input#isim {
  background: url(../img/icon/Path19558.svg) no-repeat scroll 7px 7px;
  background-position: 10px center;
}

.iletisimone .form .body input#isim:focus {
  background: url(../img/icon/Path9558.svg) no-repeat scroll 7px 7px;
  background-position: 10px center;
}

.iletisimone .form .body input#tel {
  background: url(../img/icon/Path19609.svg) no-repeat scroll 7px 7px;
  background-position: 10px center;
}

.iletisimone .form .body input#tel:focus {
  background: url(../img/icon/Path9609.svg) no-repeat scroll 7px 7px;
  background-position: 10px center;
}

.iletisimone .form .body input#adres {
  background: url(../img/icon/Path19561.svg) no-repeat scroll 7px 7px;
  background-position: 10px center;
}

.iletisimone .form .body input#adres:focus {
  background: url(../img/icon/Path9561.svg) no-repeat scroll 7px 7px;
  background-position: 10px center;
}

.iletisimone .form .body textarea#mesaj {
  background: url(../img/icon/Path19563.svg) no-repeat scroll 7px 7px;
  background-position: 10px 15px;
}

.iletisimone .form .body textarea#mesaj:focus {
  background: url(../img/icon/Path9563.svg) no-repeat scroll 7px 7px;
  background-position: 10px 15px;
}

.iletisimone .form .body button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border: none;
  border-radius: 10px;
  background-color: #EE1D1D;
}

.iletisimone .form .body button:hover {
  background-color: #c70909;
}

.iletisimone .form .body .item {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.iletisimone .form .body .item span {
  height: 70px;
  width: 70px;
  border-radius: 5px;
  background-color: rgba(238, 29, 29, 25%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.iletisimone .form .body .item span img {
  height: 25px;
  width: auto;
  object-fit: contain;
}

.iletisimone .form .body .item .text {
  display: flex;
  flex-flow: column;
  margin-left: 20px;
}

.iletisimone .form .body .item .text h1 {
  font-size: 18px;
  font-weight: 600;
  color: #EE1D1D;
}

.iletisimone .form .body .item .text p {
  font-size: 16px;
  font-weight: 400;
  color: #0A0D2A;
  margin-bottom: 0;
}

.iletisimone .form .body .item.yesil h1 {
  color: #00E076 !important;
}

.iletisimone .form .body .item.yesil span {
  background-color: rgba(0, 224, 118, 25%) !important;
}

.iletisimone .form .body .item.siyah h1 {
  color: #0A0D2A !important;
}

.iletisimone .form .body .item.siyah span {
  background-color: rgba(36, 36, 36, 25%) !important;
}

.iletisimone .form .foter {
  display: flex;
  padding: 20px;
  border-top: 1px solid #D0D8E8;
}

.iletisimone .form .foter span {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EE1D1D;
  padding: 20px;
  margin-right: 20px;
}

.iletisimone .form .foter span img {
  height: 20px;
  width: auto;
  object-fit: contain;
}

.iletisimone .form .foter .text {
  display: flex;
  flex-flow: column;
}

.iletisimone .form .foter .text h1 {
  font-size: 18px;
  font-weight: 600;
  color: #EE1D1D;
}

.iletisimone .form .foter .text p {
  font-size: 18px;
  font-weight: 400;
  color: #0A0D2A;
}

.iletisimMap {
  margin-top: 70px;
  border-radius: 10px;
}

.iletisimMap iframe {
  border-radius: 10px;
  width: 100%;
  height: 500px;
}

.projeler .item.detay {
  height: 800px;
}

.projeler .item.detay .text {
  left: 10%;
  right: 10%;
}

.projeler .item.detay .bilgi {
  left: 30px;
  top: 30px;
}

.sitecotent {
  float: left;
  width: 100%;
}

.blogslider {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.blogslider .blogcover {
  float: left;
  width: 100%;
  height: 350px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.blogslider .blogcover .poprozet {
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 19px;
  background: #EE1D1D;
  color: #fff;
  padding: 6px 20px;
}

.blogslider .blogcover .poprozet i {
  float: left;
  font-size: 16px;
  margin-right: 6px;
}

.blogslider .blogcover .poprozet b {
  font-weight: 600;
}

.blogslider .blogcover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogslider .blogcover .text {
  float: left;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  color: #fff;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9164040616246498) 78%);
}

.blogslider .blogcover .text h4 {
  color: #fff;
  font-weight: 600;
  font-size: 28px;
  float: left;
  width: 100%;
}

.blogright {
  float: right;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.blogright img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}

.blogright .text {
  float: left;
  width: 100%;
  background: #fff;
  height: 90px;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0px 25px;
}

.blogright .text h4 {
  float: left;
  width: 100%;
  margin-bottom: 0;
  color: #0A0D2A;
  font-size: 20px;
  text-align: left;
  font-weight: 600;
}

.blogpagelist {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.blogpagelist .col-md-4 {
  margin-bottom: 20px;
}

.blogitem {
  float: left;
  width: 100%;
  height: 500px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.blogitem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogitem .text {
  float: left;
  width: 100%;
  position: absolute;
  left: 0;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: end;
  bottom: 0;
  padding: 30px 25px;
  color: #fff;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1881127450980392) 18%, rgba(0, 0, 0, 0.8323704481792717) 67%);
}

.blogitem .text h4 {
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
}

.blogitem .text p {
  float: left;
  width: 100%;
  font-weight: 500;
  line-height: 20px;
}

.blogitem .text .user {
  float: left;
  width: 100%;
}

.blogitem .text .user .img {
  float: left;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
}

.blogitem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogitem .text .user .username {
  float: left;
  width: calc(100% - 55px);
  padding-left: 15px;
  min-height: 55px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.blogitem .text .user .username h6 {
  float: left;
  width: 100%;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
}

.blogitem .text .user .username span {
  position: relative;
  color: #ffffff8f;
  font-weight: normal;
  padding-left: 20px;
}

.blogitem .text .user .username span::before {
  content: "";
  background: url(../img/icon/timeicon.svg);
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}

.pagination {
  float: left;
  width: 100%;
  margin-top: 25px;
  text-align: center;
}

.pagination .d-flex {
  float: left;
  width: 100%;
}

.pagination ul {
  margin: 0 auto;
  margin-bottom: 0;
}

.pagination ul li {
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #ee1d1d33;
  text-align: center;
  color: #EE1D1D;
  line-height: 35px;
  font-weight: 500;
  margin: 0px 5px;
}

.pagination ul li a {
  color: #EE1D1D;
}

.pagination ul li.active {
  background: #EE1D1D;
  color: #fff;
}

.pagination ul li.active a {
  color: #fff;
}

.blogdetailarea {
  float: left;
  width: 100%;
  margin-top: 35px;
}

.blogdetailhead {
  float: left;
  width: 100%;
  background: #EE1D1D;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding-bottom: 160px;
}

.blogdetailhead .tpblgdet {
  float: left;
  width: 100%;
  position: relative;
  padding: 10px 25px;
  border-bottom: 1px solid #E1E1EC;
}

.blogdetailhead .tpba {
  float: left;
  width: 100%;
  color: #fff;
  padding: 25px 30px;
  text-align: center;
}

.blogdetailhead .tpba h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
}

.blogdetailhead .tpblgdet ul {
  float: left;
  margin-bottom: 0;
  max-width: 60%;
}

.blogdetailhead .tpba p {
  font-size: 17px;
  font-weight: normal;
  line-height: 26px;
}

.blogdetailhead .tpblgdet ul li {
  float: left;
  padding-right: 15px;
  margin-right: 5px;
  position: relative;
}

.blogdetailhead .tpblgdet ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.blogdetailhead .tpblgdet ul li::after {
  content: "";
  background: url(../img/icon/righticon.svg);
  position: absolute;
  right: -4px;
  width: 11px;
  height: 11px;
  top: 6px;
  background-size: contain;
  background-repeat: no-repeat;
}

.blogdetailhead .tpblgdet ul li:nth-last-child(1)::after {
  display: none;
}

.tpblgdet .right {
  float: right;
  max-width: 40%;
  color: #fff;
}

.tpblgdet .right .fontsize {
  float: right;
  margin-left: 10px;
  padding-left: 10px;
}

.tpblgdet .right .date {
  float: right;
  margin-left: 15px;
  font-size: 14px;
}

.tpblgdet .right .view {
  float: right;
  margin-left: 5px;
  font-size: 14px;
}

.tpblgdet .right .fontsize::before {
  content: "";
  background: #E1E1EC;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  float: left;
  margin-left: -10px;
}

.tpblgdet .fontsize button {
  float: right;
  line-height: auto;
  padding: 0;
  margin: 0;
  margin-top: -7px;
  margin-left: 15px;
}

.tpblgdet .right .date i {
  float: left;
  margin-right: 5px;
}

.tpblgdet .right .view i {
  float: left;
  margin-right: 5px;
}

.blogdetailcontent {
  float: left;
  width: 100%;
  padding: 0px 30px;
  background: #fff;
  padding-bottom: 20px;
}

.blogimgcover {
  float: left;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  height: 350px;
  margin-top: -160px;
  margin-bottom: 30px;
}

.blogimgcover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icindekiler {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.icindekiler .accordion-item {
  border: 1px solid #dfe2ec9d;
  border-radius: 2px;
  overflow: hidden;
}

.accordion-header {
  margin-bottom: 0;
}

.icindekiler .accordion-button {
  background: #DFE2EC;
  color: #24232E;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 0;
}

.icindekiler .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(20%) sepia(44%) saturate(6402%) hue-rotate(351deg) brightness(96%) contrast(95%);
  background-size: contain;
  height: 13px;
  width: 15px;
}

.icindekiler ul li {
  float: left;
  font-weight: 600;
  color: #24232E;
  margin-bottom: 15px;
}

.icindekiler ul li ul {
  padding-left: 25px;
}

.icindekiler ul li ul li {
  margin-bottom: 5px;
  font-weight: normal;
}

.blogdetailcontent h4 {
  font-weight: bold;
  font-size: 24px;
}

.blogdetailfoot {
  float: left;
  width: 100%;
  background: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 22px 30px;
  border-top: 1px solid #9c9eaf52;
}

.blogdetailfoot .icon {
  float: left;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #ee1d1d34;
  text-align: center;
  color: #EE1D1D;
  font-weight: 500;
  font-size: 22px;
  line-height: 46px;
  margin-right: 20px;
}

.blogdetailfoot ul {
  margin-bottom: 0;
}

.blogdetailfoot ul li {
  float: left;
  min-height: 46px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-right: 15px;
}

.blogdetailfoot ul li a {
  color: #EE1D1D;
  font-weight: 500;
  font-size: 18px;
  transition: all 0.6s;
}

.sharelist {
  float: right;
  max-width: 40%;
}

.copybtn {
  float: right;
  width: 44px;
  height: 44px;
  background: #1132515b;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  color: #113251;
  font-size: 19px;
  margin-left: 10px;
  cursor: pointer;
}

.twitterbtnblo {
  float: right;
  width: 44px;
  height: 44px;
  background: #1da0f24d;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  color: #1DA1F2;
  font-size: 19px;
  margin-left: 10px;
}

.facebookbtnblo {
  float: right;
  width: 44px;
  height: 44px;
  background: #1873eb3b;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  color: #1873EB;
  font-size: 19px;
  margin-left: 10px;
}

.sidebar {
  float: left;
  width: 100%;
}

.sidebar .blogright {
  margin-bottom: 30px;
  height: auto;
}

.rightmenu ul li{
	position:relative;
}


.rightmenu ul li:hover ul{
	display:block;
}

@media (max-width: 991px) {
  .section-banner .text h1 {
    font-size: 30px;
  }

  .blogdetailhead .tpblgdet ul {
    max-width: 100%;
  }

  .tpblgdet .right {
    max-width: 100%;
    display: flex;
  }

  .tpblgdet .right .fontsize {
    display: flex;
    margin-left: 0;
    margin-right: 10px;
  }

  .sharelist {
    width: 100%;
    max-width: 100%;
  }

  .blogitem {
    height: 350px;
  }

  .blogslider .blogcover .text h4 {
    font-size: 21px;
  }

  .blogitem .text h4 {
    font-size: 20px;
  }

  .blogdetailcontent h4 {
    font-size: 20px;
  }

  .blogslider .blogcover {
    margin-bottom: 15px;
  }

  .sidebar {
    margin-top: 20px;
  }

  .blogdetailhead .tpba h1 {
    font-size: 20px;
  }

  .blogimgcover {
    height: 250px;
  }

  .tpblgdet .right .date {
    margin-left: 5px;
    margin-right: 5pğx;
  }

  .tpblgdet .right .fontsize::before {
    display: none;
  }

  .section-banner .text h1 b {
    font-size: 30px;
  }

  .section-banner .text p {
    width: 100%;
    font-size: 14px;
  }

  .section-banner {
    align-items: flex-start;
    height: 700px !important;
  }

  .section-banner .text {
    margin-top: 20px;
  }

  .sectionone {
    flex-flow: column;
  }

  .sectionone .text {
    width: 100%;
  }

  .sectionone .image {
    width: 100%;
  }

  .sectionajans .items {
    flex-flow: column;
  }

  .sectionajans .items .right,
  .sectionajans .items .center,
  .sectionajans .items .left {
    width: 100%;
  }

  .sectionfoter .foterheader {
    flex-flow: column;
    right: 0;
    height: 110px;
    padding: 0;
    top: -2%;
  }

  .sectionfoter .foterheader .tel {
    border-top: 1px solid rgba(255, 255, 255, 20%);
    border-left: none;
    padding: 10px;
    height: auto;
  }

  .sectionfoter .foterheader .logo {
    padding: 10px;
  }

  .sectionfoter .foterbody h1 {
    margin-top: 30px;
  }

  .sectionfoter .foterbody {
    padding: 0px 20px;
  }

  .kurumsalone .text>p {
    font-size: 16px;
  }

  .sectionfoter .copyright .container {
    flex-flow: column;
    text-align: center;
    margin-bottom: 20px;
  }

  .kurumsalone {
    margin-top: 30px;
    padding: 0px 15px;
  }

  .headertop .media ul .dropli:hover .dropdown,
  .medialanguage ul .dropli:hover .dropdown {
    right: 0;
  }

  .sayfa-banner .text p {
    margin-bottom: 0;
  }

  .sayfa-banner {
    height: auto;
    min-height: 150px;
    padding-top: 35px;
  }

  .kurumsaltwo.text-center p {
    font-size: 16px;
  }

  .sectionfoter .foterbody h1 {
    font-size: 17px;
  }

  .kurumsaltwo.text-center {
    padding: 20px;
  }

  .sectionfoter .foterdown .container {
    flex-flow: wrap;
  }

  .sectionfoter .foterdown .link {
    flex-flow: column;
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }

  .sectionfoter .foterdown .media {
          display: flex;
    flex-flow: wrap;
    margin-top: 30px;
    height: auto;
    margin: 0;
    float: left;
    width: 100%;
  }

  .sectionfoter .foterdown .media a {
    margin-left: 0;
    display: inline-flex;
  }

  .sectionfoter .foterdown .media a span img {
    width: 20px;
  }

  .sectionajans .items .center .item .text {
    flex-flow: column;
    align-items: flex-start;
  }

  .sectionajans .items .center .item .text h6 {
    width: 100%;
  }

  .sayfa-banner .SeeAll {
    display: none;
  }

  .kurumsalone .referance {
    width: 100%;
    flex-flow: wrap;
    justify-content: center;
  }

  .kurumsalone .text {
    width: 100%;
  }

  .kurumsalone .row .col-md-9 {
    flex-flow: column;
  }

  .projeler .text h1 {
    font-size: 40px;
  }

  .projeler .text h1 b {
    font-size: 40px;
  }

  .projeler .text p {
    font-size: 17px;
  }

  .projeler .item.detay {
    height: 400px;
  }

  .kurumsalone .referance img {
    width: 50%;
    object-fit: contain;
    height: 50px;
    margin-bottom: 15px;
    margin-top: 10px;
  }

  .sayfa-banner .text {
    width: 98%;
  }

  .sayfa-banner .text .baslik {
    top: -14%;
  }

  .sayfalar-banner .text {
    width: 95%;
  }

  .iletisimone .form {
    margin-top: 20px;
    height: auto;
  }

  .iletisimone .form .body .item .text {
    width: calc(100% - 90px);
  }

  .text-end {
    text-align: center !important;
  }

  .medialanguage {
    position: inherit;
    z-index: 1;
  }

  .medialanguage ul .dropli:focus .dropdown {
    display: flex;
    flex-flow: column;
  }

  .medialanguage .dropdown {
    flex-flow: column;
    width: auto;
  }

  .leftmain .container {
    background-color: #000;
  }

  .leftmain {
    display: flex;
  }

  .navmain {
    display: none;
  }

  .leftmain .container {
    display: flex;
    justify-content: space-between;
  }

  .leftmain .logo img {
    height: 70px;
    margin-bottom: 5px;
    width: auto;
    object-fit: contain;
  }

  .leftmain .navbar-toggler {
    border: none !important;
    padding: 0 !important;
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
  }

  .leftmain .offcanvas-body {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }

  .leftmain .menu .dropli .dropdown {
    display: none;
    background-color: #e31c19;
    padding: 15px;
    position: absolute;
    top: 30px;
    right: 0;
    width: auto;
    z-index: 9999;
  }

  .leftmain .menu .dropli,
  .leftmain .menu .dropli a {
    position: relative;
  }

  .leftmain .menu .dropli a::before {
    content: "";
    background-image: url(../img/icon/arrow-drop-down-linecopy.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 25px;
    width: 25px;
    position: absolute;
    bottom: 8px;
    right: -20px;
    transform: rotate(-90deg);
  }

  .leftmain .menu .dropli:focus .dropdown,
  .leftmain .menu .dropli:hover .dropdown {
    display: block;
  }

  .leftmain .menu .dropli:focus,
  .leftmain .menu .dropli:hover {
    background-color: #e31c19;
    display: flex;
  }

  .leftmain .menu .dropli:focus a,
  .leftmain .menu .dropli:hover a {
    color: #fff;
  }

  .leftmain .menu .dropli .dropdown li a {
    color: #fff;
  }
	
	.leftmain .menu .dropli .dropdown li a::before{
		display:none;
	}

  .leftmain ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding: 10px;
  }

  .modal-backdrop {
    z-index: 0;
  }

  .leftmain .text {
    display: flex;
    flex-flow: column;
  }

  .leftmain .media {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
  }

  .leftmain .navbar-light .navbar-toggler-icon {
    filter: invert(1);
  }

  .leftmain .offcanvas-start {
    background-color: #000;
    width: 75%;
  }

  .sectionabout .text h1 {
    font-size: 34px;
    line-height: 40px;
  }

  .sectionabout {
    padding: 0px 10px;
    margin: 20px 0;
  }

  .sectionabout .items .item {
    margin: 9px 0;
  }

  .sectionone .image {
    margin-top: 15px;
    border-radius: 8px;
    overflow: hidden;
  }

  .sectionone .text {
    border-radius: 8px;
    overflow: hidden;
  }

  .kurumsalthree .baslik h1,
  .kurumsalthree .baslik h6 {
    padding: 0px 15px;
    text-align: center;
  }

  .sectionfoter .foterbody .col-md-3 {
    width: 50%;
  }

  .iletisimone {
    margin-top: 30px;
  }

  .sectionfoter .foterheader {
    margin-bottom: 20px;
  }

  .iletisimone .form .foter .text p {
    font-size: 16px;
  }

  .iletisimone .form .body button {
    padding: 14px;
  }

  .sectionfoter .foterbody .col-md-3:nth-last-child(1) {
    width: 100%;
  }

  .sectionfoter .foterdown .container {
    display: block;
  }

  .sayfalar-banner .text .baslik div,
  .sayfalar-banner .text .baslik div b {
    font-size: 25px;
  }

  .sayfalar-banner {
    height: auto;
    min-height: 110px;
  }

  .sectionfoter .foterheader .logo img {
    height: 24px;
  }

  .sectionfoter .copyright {
    display: none;
  }

  .sectionfoter .foterbody .iletisim div span {
    font-size: 15px;
  }

  .kurumsalthree .baslik h1 {
    font-size: 30px;
  }

  .sectionajans .baslik span {
    font-size: 19px;
  }

  .sectionfoter .foterheader::before {
    display: none;
  }

  .sectionajans .baslik h1 {
    font-size: 30px;
  }

  .kurumsalthree .baslik h1 b {
    font-size: 30px;
    width: 100%;
    float: left;
  }

  .sectionone .text .baslik h1 {
    font-size: 35px;
  }

  .sectionone .text .baslik h1 span {
    font-size: 35px;
  }

  .offcanvas-body li {
    margin-bottom: 18px;
  }

  .leftmain .modal-backdrop {
    display: none;
  }

  .sectionabout .items .item div h6 {
    margin-bottom: 0;
  }

  .leftmain .btn-close {
    filter: invert(1);
  }

  .leftmain .text span {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
  }

}

@media (max-width: 1742px) {
  .section-banner {
    height: 600px;
  }
}